<!DOCTYPE stack PUBLIC "-//Apple, Inc.//DTD stack V 2.0//EN" "" >
<stack>
<name>in</name>
<id>-1</id>
<cardCount>1</cardCount>
<cardID>3040</cardID>
<listID>2102</listID>
<cantModify><false /></cantModify>
<cantDelete><false /></cantDelete>
<cantAbort><false /></cantAbort>
<cardSize>
<width>512</width>
<height>342</height>
</cardSize>
<script>on OpenStackcreate menu "application"put "information,register" into menu "application" with ¬menumsg "doInfo,doReg"end OpenStackon doInfoplay "boing"lock screenshow card field "info1"show card field "info2"unlock screen with iris openwait until the mouseClicklock screenhide card field "info1"hide card field "info2"unlock screen with iris closeend doInfoon doReggo to stack "register"end doRegon CloseStackreset menubarend CloseStack</script>